Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Align plugin API getSession method signatures with VS Code API #10837

Merged

Conversation

lucas-koehler
Copy link
Contributor

@lucas-koehler lucas-koehler commented Mar 3, 2022

What it does

Add missing readonly modifiers. This aligns the method signatures with https://github.com/microsoft/vscode/blob/1.64.2/src/vscode-dts/vscode.d.ts#L14290-L14320

Fixes #10836

Contributed on behalf of STMicroelectronics

Signed-off-by: Lucas Koehler [email protected]

Review checklist

Reminder for reviewers

Add missing readonly modifiers.
Fixes eclipse-theia#10836

Contributed on behalf of STMicroelectronics

Signed-off-by: Lucas Koehler <[email protected]>
@vince-fugnitto vince-fugnitto added the vscode issues related to VSCode compatibility label Mar 3, 2022
@JonasHelming
Copy link
Contributor

I will merge this without further review, as the change is so minor

@JonasHelming JonasHelming merged commit 8157e03 into eclipse-theia:master Mar 4, 2022
@JonasHelming JonasHelming added this to the 1.24.0 milestone Mar 4, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
vscode issues related to VSCode compatibility
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Align plugin API getSession method signatures with VS Code API
3 participants